# 0 - Basic
model = {
	cost 				= 5
	buildtime	 		= 40
	manpower 			= 2
	defensiveness 		= 1
	hardattack			= 1
	airattack			= 1
	airdefence			= 2
	maxspeed 			= -1
	supplyconsumption 	= 0.12
	upgrade_time_factor = 0.5
	upgrade_cost_factor = 1.0
}
# 1 - Improved
model = {
	cost 				= 5
	buildtime	 		= 40
	manpower 			= 2
	defensiveness 		= 1
	hardattack			= 1
	airattack			= 2
	airdefence			= 3
	supplyconsumption 	= 0.14
	upgrade_time_factor = 0.5
	upgrade_cost_factor = 1.0
}
# 2 - Advanced
model = {
	cost 				= 5
	buildtime	 		= 40
	manpower 			= 2
	defensiveness 		= 1
	hardattack			= 2
	airattack			= 3
	airdefence			= 3
	supplyconsumption 	= 0.16
	upgrade_time_factor = 0.5
	upgrade_cost_factor = 1.0
}
# 3 - Semi-Modern
model = {
	cost 				= 5
	buildtime	 		= 40
	manpower 			= 2
	defensiveness 		= 2
	hardattack			= 3
	airattack			= 4
	airdefence			= 4
	supplyconsumption 	= 0.18
	upgrade_time_factor = 0.5
	upgrade_cost_factor = 1.0
}

